/* --------------------------------------------------
  幅800px以上のスタイル指定 ここから
-------------------------------------------------- */

@media screen and (min-width: 800px) {
  body {
    max-width: 2000px;
    margin: 0px;
    padding: 0px;
    font-family : 'Microsoft YaHei','SimSun','sans-serif';
  }
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 15% 0;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#FACC2E),to(#FA5858));
    background-image: -webkit-linear-gradient(right, #FACC2E 0%, #FA5858 100%);
    background-image: linear-gradient(to left, #FACC2E 0%, #FA5858 100%);
  }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  /* ----- section 調整 -----*/
  .side {
    width: 23%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 5% 1% 2% 1%;
  }
  .main_content {
    width: 75%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    height: auto;
    /* 高さ指定 */
  }
  /* ------ side 調整 (title)------*/
  .side h2 {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }
  .side h2:before, .side h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  .side h2:before {
    left: 0;
  }
  .side h2:after {
    right: 0;
  }
  /* ------ side 調整 (list)------*/
  .side-menu-nav {
    text-align: left;
    border-radius: 0px;
    overflow: hidden;
  }
  .side-menu {
    color: #fff;
    background: white;
    padding: .4em .0em;
    font-weight: bold;
  }
  .side-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li {
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li a {
    color: #3F51B5;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #3F51B5;
  }
  /* ------ main_content 調整 ------*/
  .top-title-block {
    width: 100%;
  }
  .top-main-block {
    padding: 2% 2% 0 2%;
  }
  /* --------------------------------------------------
    本文　ここから
-------------------------------------------------- */
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 15% 0;
    display: none;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
     background-image: -webkit-gradient(linear, right top, left top, from(#FACC2E),to(#FA5858));
    background-image: -webkit-linear-gradient(right, #FACC2E 0%, #FA5858 100%);
    background-image: linear-gradient(to left, #FACC2E 0%, #FA5858 100%);
 }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  section.btm-pi {
    width: 95%;
    margin: 5% auto;
    max-width: 500px;
  }
  a.btn_07 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #E02D2D;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 25px;
    color: #E02D2D;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
  }
  a.btn_07:hover {
    background: #E02D2D;
    border: 1px solid #991F1F;
    color: #fff;
  }
  a.btn_07:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent #E02D2D transparent;
  }
  a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
  }
  a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
  }
  a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #E02D2D;
    border-right: 2px solid #E02D2D;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
  }

  /* --------------------------------------------------
    画面
-------------------------------------------------- */
  /* --------------------------------------------------
    ul
-------------------------------------------------- */
  ul {
    list-style: none;
  }


.sitemap-CompanyProfile table {
  width: 100%;
  padding: 2% 5%;
  }

 .sitemap-CompanyProfile tr{
  width: 100%;
 } 

 .sitemap-CompanyProfile td{
  width: 33%;
 }

.top-pc-table,.top-title{
  padding: 2%;
}






}
/* --------------------------------------------------
  幅800px以下のスタイル指定 ここから
-------------------------------------------------- */

@media screen and (max-width: 800px) {

  body {
    margin: 0px;
    padding: 0px;
    font-family : 'Microsoft YaHei','SimSun','sans-serif';
  }
  h2 {
    font-size: 20px;
  }
  a {
    font-size: 16px;
  }
  .top {
    padding: 100px 1% 0;
  }
  /* ------side menu title-----*/
  .side-title h2 {
    position: relative;
    padding: 0 20% 0 20%;
  }
  /*-------side menu-------*/
  .side h2 {
    text-align: center;
    padding: 5px;
  }
  .side nav {
    text-align: center;
  }
  .side nav ul {
    margin: 0;
    padding: 0;
  }
  .side nav li {
    list-style: none;
    display: inline-block;
    min-width: 60px;
    padding: 0 5px 0 5px;
  }
  .side nav li:not(:last-child) {
    border-right: 2px solid #ddd;
  }
  .side nav a {
    text-decoration: none;
    color: #333;
  }
  .side nav a.current {
    color: #00B0F0;
    border-bottom: 2px solid #00B0F0;
  }
  .side nav a:hover {
    color: #F7CB4D;
    border-bottom: 2px solid #F7CB4D;
  }
  /*---- top-title -----*/
  .top-title h2 {
    position: relative;
    padding: 1rem 1rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#FACC2E),to(#FA5858));
    background-image: -webkit-linear-gradient(right, #FACC2E 0%, #FA5858 100%);
    background-image: linear-gradient(to left, #FACC2E 0%, #FA5858 100%);
  }
  /* ------ main_content 調整 ------*/
  .top-title-block {
    width: 100%;
  }
  .top-main-block {
    padding: 2% 2% 0 2%;
  }
  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  .btn-gradient-3d-simple {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    width: 90%;
  }
  .btn-gradient-3d-simple:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  .btn-gradient-3d {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    width: 90%;
  }
  /* --------------------------------------------------
    ul
-------------------------------------------------- */
  ul {
    list-style: none;
  }
  .top-main li {
    margin: 10px 0 0 0;
  }





  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  section.btm-pi {
    width: 95%;
    margin: 5% auto;
    max-width: 450px;
  }
  a.btn_07 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #E02D2D;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 25px;
    color: #E02D2D;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
  }
  a.btn_07:hover {
    background: #E02D2D;
    border: 1px solid #991F1F;
    color: #fff;
  }
  a.btn_07:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent #E02D2D transparent;
  }
  a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
  }
  a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
  }
  a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #E02D2D;
    border-right: 2px solid #E02D2D;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
  }
   /*----- newstlye ------*/
  .btn-horizontal-border {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 12px 0 8px;
    text-decoration: none;
    color: black;
    width: 100%;
    text-align: center;
    background: rgba(255, 204, 204, 0.25);
    margin: 30px 0;
  }
  .btn-horizontal-border:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    border-radius: 2px;
    background: black;
  }
  .btn-horizontal-border:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    border-radius: 2px;
    background: black;
  }
  .top-pc-table{
    display: none
  }
}


@page { size: 210mm 297mm } /* A4縦サイズ */
@media print{

  body {
    margin: 0px;
    padding: 0px;
    font-family : 'Microsoft YaHei','SimSun','sans-serif';
  }
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 15% 0;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#FACC2E),to(#FA5858));
    background-image: -webkit-linear-gradient(right, #FACC2E 0%, #FA5858 100%);
    background-image: linear-gradient(to left, #FACC2E 0%, #FA5858 100%);
  }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  /* ----- section 調整 -----*/
  .side {
    width: 23%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 5% 1% 2% 1%;
  }
  .main_content {
    width: 75%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    height: auto;
    /* 高さ指定 */
  }
  /* ------ side 調整 (title)------*/
  .side h2 {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }
  .side h2:before, .side h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  .side h2:before {
    left: 0;
  }
  .side h2:after {
    right: 0;
  }
  /* ------ side 調整 (list)------*/
  .side-menu-nav {
    text-align: left;
    border-radius: 0px;
    overflow: hidden;
  }
  .side-menu {
    color: #fff;
    background: white;
    padding: .4em .0em;
    font-weight: bold;
  }
  .side-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li {
    padding: 0;
    margin: 0;
  }
  .side-menu-nav ul li a {
    color: #3F51B5;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #3F51B5;
  }
  /* ------ main_content 調整 ------*/
  .top-title-block {
    width: 100%;
  }
  .top-main-block {
    padding: 2% 2% 0 2%;
  }
  /* --------------------------------------------------
    本文　ここから
-------------------------------------------------- */
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .top {
    padding: 10px 15% 0;
    display: none;
  }
  .top-title h2 {
    position: relative;
    padding: 1rem .5rem;
  }
  .top-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 3px;
     background-image: -webkit-gradient(linear, right top, left top, from(#FACC2E),to(#FA5858));
    background-image: -webkit-linear-gradient(right, #FACC2E 0%, #FA5858 100%);
    background-image: linear-gradient(to left, #FACC2E 0%, #FA5858 100%);
 }
  .top-img-center {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top-img-left {
    display: flex;
    justify-content: flex-end;
    padding: 5%;
  }
  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  /* --------------------------------------------------
    ボタン
-------------------------------------------------- */
  section.btm-pi {
    width: 95%;
    margin: 5% auto;
    max-width: 500px;
  }
  a.btn_07 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #E02D2D;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 25px;
    color: #E02D2D;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
  }
  a.btn_07:hover {
    background: #E02D2D;
    border: 1px solid #991F1F;
    color: #fff;
  }
  a.btn_07:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent #E02D2D transparent;
  }
  a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
  }
  a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
  }
  a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #E02D2D;
    border-right: 2px solid #E02D2D;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
  }

  /* --------------------------------------------------
    画面
-------------------------------------------------- */
  /* --------------------------------------------------
    ul
-------------------------------------------------- */
  ul {
    list-style: none;
  }


.sitemap-CompanyProfile table {
  width: 100%;
  padding: 2% 5%;
  }

 .sitemap-CompanyProfile tr{
  width: 100%;
 } 

 .sitemap-CompanyProfile td{
  width: 33%;
 }

.top-pc-table,.top-title{
  padding: 2%;
}







  }